crypto/internal/edwards25519.projCached.YminusX (field)

9 uses

	crypto/internal/edwards25519 (current package)
		edwards25519.go#L49: 	YplusX, YminusX, Z, T2d field.Element
		edwards25519.go#L90: 	v.YminusX.One()
		edwards25519.go#L235: 	v.YminusX.Subtract(&p.y, &p.x)
		edwards25519.go#L279: 	MM.Multiply(&YminusX, &q.YminusX)
		edwards25519.go#L298: 	PP.Multiply(&YplusX, &q.YminusX) // flipped sign
		edwards25519.go#L400: 	v.YminusX.Select(&a.YminusX, &b.YminusX, cond)
		edwards25519.go#L416: 	v.YplusX.Swap(&v.YminusX, cond)